|
|
|
|
ExpandStyleEnum Enumeration |
Used with the Expand method.
Syntax ExpandStyleEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum ExpandStyleEnum |
C# |
public enum ExpandStyleEnum |
C++ |
public enum class ExpandStyleEnum |
Member |
Value |
Description |
All | 0 | Expand all dependent items, including indirect dependent items resulting in all dependents fully expanded. |
DirectOnly | 1 | Expand this item, collapse all its dependents. |
Simple | 2 | Expand this item, leave its dependents unchanged. |
RestoreLast | 3 | Expand this item and restore all its dependents to their last saved state. |
Comments
The ExpandStyleEnum enumeration is used with the Expand method.